home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17108 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  41 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!marnold
  3. From: marnold@netcom.com (Matt Arnold)
  4. Subject: Re: [Q] How to implement VersionInfo in an .EXE-file?
  5. Message-ID: <marnoldDpsGpA.8MJ@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. References: <4km4m1$dsf@merkurius.lu.se>
  8. Date: Sat, 13 Apr 1996 06:58:22 GMT
  9. Sender: marnold@netcom9.netcom.com
  10.  
  11. svp95bos@lustudat.student.lu.se (Peter Rundqvist) writes:
  12.  
  13. >Hello!
  14.  
  15. >Does anyone know how to implement VersionInfo in an .EXE-file?
  16.  
  17. Include a standard VERSIONINFO resource with numeric ID 1.
  18.  
  19. >Does one HAVE to use for instance a c/c++ IDE or the RC-compiler?
  20.  
  21. Unless you want to write your own resource compiler, you should use 
  22. Microsoft's RC.EXE or any of the compatible resource compilers that 
  23. ship with any Windows compilers.
  24.  
  25. >Please help me!
  26.  
  27. It this .EXE your are worried about a Windows executable?  If so, then 
  28. surely you have Windows programming tools.  You don't have a resource 
  29. compiler?  You don't know how to use VERSIONINFO resources?  What 
  30. exactly is your trouble?
  31.  
  32. Regards,
  33. -------------------------------------------------------------------------
  34. Matt Arnold                       |        | ||| | |||| |  | | || ||
  35. marnold@netcom.com                |        | ||| | |||| |  | | || ||
  36. Boston, MA                        |      0 | ||| | |||| |  | | || ||
  37. 617.389.7384 (h) 617.576.2760 (w) |        | ||| | |||| |  | | || ||
  38. C++, MIDI, Win32/95 developer     |        | ||| 4 3 1   0 8 3 || ||
  39. -------------------------------------------------------------------------
  40.  
  41.